Loan Management System
Features
Generate customer data
Client - Server functionality
Storing data in sqlite3 database
Recieving user data from web app
Recieving user data from command line interface
Displaying user data once received from database both in cli and web app
Using csv file for analysis of data in excel and python
Retrieving stored user data from web app and cli
Experimented with and successfully used Linear / Matrix algebra to simplify and optimize multiple function calls to a simple linear equation with high Accuracy
Improved database insert speed with best case scenario of 20x increase in performance measured with builtin timers.